github.com/coder/websocket.Conn.readRSV1Illegal (method)

2 uses

	github.com/coder/websocket (current package)
		read.go#L171: func (c *Conn) readRSV1Illegal(h header) bool {
		read.go#L190: 		if h.rsv1 && c.readRSV1Illegal(h) || h.rsv2 || h.rsv3 {